diff --git a/docs/conf.py b/docs/conf.py index b2cac9f..c28fe14 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,7 +47,7 @@ master_doc = 'index' # General information about the project. project = 'pgloader' -copyright = '2017, Dimitri Fontaine' +copyright = '2005-2022, Dimitri Fontaine' author = 'Dimitri Fontaine' # The version info for the project you're documenting, acts as replacement for @@ -57,7 +57,7 @@ author = 'Dimitri Fontaine' # The short X.Y version. version = '3.6' # The full version, including alpha/beta/rc tags. -release = '3.6.3' +release = '3.6.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/src/params.lisp b/src/params.lisp index a424e61..812467d 100644 --- a/src/params.lisp +++ b/src/params.lisp @@ -44,7 +44,7 @@ "non-nil when this build is a release build.") (defparameter *major-version* "3.6") -(defparameter *minor-version* "3") +(defparameter *minor-version* "6") (defun git-hash () "Return the current abbreviated git hash of the development tree."