Skip to content

Commit

Permalink
Release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pcisar committed Dec 7, 2022
1 parent 8c7e981 commit f9e3ad0
Show file tree
Hide file tree
Showing 38 changed files with 276 additions and 85 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
#########

Version 1.8.0
=============

* New: `.Server.readline_timed` method.

Version 1.7.0
=============

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
author = 'Pavel Císař'

# The short X.Y version
version = '1.7.0'
version = '1.8.0'

# The full version, including alpha/beta/rc tags
release = '1.7.0'
release = '1.8.0'


# -- General configuration ---------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 8b248593285271ac0fa801b0fec584f5
config: a159b62dea762596bc329a35908fba98
tags: 645f666f9bcd5a90fca523b33c5a78b7
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>datetime &#8212; firebird-driver 1.5.3 documentation</title>
<title>datetime &#8212; firebird-driver 1.7.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/bootstrap-sphinx.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
Expand Down Expand Up @@ -38,7 +38,7 @@

<a class="brand" href="../index.html">
firebird-driver</a>
<span class="navbar-text pull-left"><b>1.5.3</b></span>
<span class="navbar-text pull-left"><b>1.7.0</b></span>

<div class="nav-collapse">
<ul class="nav">
Expand Down Expand Up @@ -168,7 +168,9 @@
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../changelog.html">Changelog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../changelog.html#version-1-5-3">Version 1.5.3</a></li>
<li class="toctree-l2"><a class="reference internal" href="../changelog.html#version-1-8-0">Version 1.8.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="../changelog.html#version-1-7-0">Version 1.7.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="../changelog.html#version-1-6-0">Version 1.6.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="../changelog.html#version-1-5-2">Version 1.5.2</a></li>
<li class="toctree-l2"><a class="reference internal" href="../changelog.html#version-1-5-1">Version 1.5.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="../changelog.html#version-1-5-0">Version 1.5.0</a><ul>
Expand Down Expand Up @@ -2775,7 +2777,7 @@ <h1>Source code for datetime</h1><div class="highlight"><pre>
</p>
<p>
&copy; Copyright 2020-2022, The Firebird Project.<br/>
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 5.2.3.<br/>
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 5.3.0.<br/>
</p>
</div>
</footer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>firebird.base.types &#8212; firebird-driver 1.5.3 documentation</title>
<title>firebird.base.types &#8212; firebird-driver 1.7.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../../_static/bootstrap-sphinx.css" />
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js"></script>
Expand Down Expand Up @@ -38,7 +38,7 @@

<a class="brand" href="../../../index.html">
firebird-driver</a>
<span class="navbar-text pull-left"><b>1.5.3</b></span>
<span class="navbar-text pull-left"><b>1.7.0</b></span>

<div class="nav-collapse">
<ul class="nav">
Expand Down Expand Up @@ -168,7 +168,9 @@
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../../../changelog.html">Changelog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../../../changelog.html#version-1-5-3">Version 1.5.3</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../../changelog.html#version-1-8-0">Version 1.8.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../../changelog.html#version-1-7-0">Version 1.7.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../../changelog.html#version-1-6-0">Version 1.6.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../../changelog.html#version-1-5-2">Version 1.5.2</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../../changelog.html#version-1-5-1">Version 1.5.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../../changelog.html#version-1-5-0">Version 1.5.0</a><ul>
Expand Down Expand Up @@ -776,7 +778,7 @@ <h1>Source code for firebird.base.types</h1><div class="highlight"><pre>
</p>
<p>
&copy; Copyright 2020-2022, The Firebird Project.<br/>
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 5.2.3.<br/>
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 5.3.0.<br/>
</p>
</div>
</footer>
Expand Down
Loading

0 comments on commit f9e3ad0

Please sign in to comment.