Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony <aj@ohess.org>2022-11-04 22:15:15 +0300
committerGitHub <noreply@github.com>2022-11-04 22:15:15 +0300
commitf854c890e1445b99a43ac5f10463a5df83739a2e (patch)
treecfc76a82a25083e8fdea3e6292b4a4fd11afb745 /setup.cfg
parenta6ed75f0d572a43c05a6f6078cf5ce03bd97fbcf (diff)
Bugfix release 1.1.1 (#1371)1.1.1
* Bugfix release 1.1.1 * Release package updates * Package lock * Translations
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 39d52ca..79c8ada 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.1.0
+current_version = 1.1.1
commit = false
tag = false
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<dev>\d+))?