Skip to content

Commit 5f5734c

Browse files
committed
Update current version number, latest release being 3.6.6.
1 parent ff33ec5 commit 5f5734c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
# General information about the project.
4949
project = 'pgloader'
50-
copyright = '2017, Dimitri Fontaine'
50+
copyright = '2005-2022, Dimitri Fontaine'
5151
author = 'Dimitri Fontaine'
5252

5353
# The version info for the project you're documenting, acts as replacement for
@@ -57,7 +57,7 @@
5757
# The short X.Y version.
5858
version = '3.6'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '3.6.3'
60+
release = '3.6.6'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

src/params.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"non-nil when this build is a release build.")
4545

4646
(defparameter *major-version* "3.6")
47-
(defparameter *minor-version* "3")
47+
(defparameter *minor-version* "6")
4848

4949
(defun git-hash ()
5050
"Return the current abbreviated git hash of the development tree."

0 commit comments

Comments
 (0)