summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2018-05-14 21:12:54 -0700
committerSeth M Morton <seth.m.morton@gmail.com>2018-05-14 21:12:54 -0700
commit1e83affd5e89818b3fb50bccd38dd677b7384aa8 (patch)
tree209e6828f7764649cff15fe84330bb06db78113d
parent2c4d3d649fa1634c7710c6c0672f4364a7b862ba (diff)
downloadnatsort-5.3.1.tar.gz
Bump version: 5.3.0 → 5.3.15.3.1
-rw-r--r--.bumpversion.cfg2
-rw-r--r--docs/source/changelog.rst2
-rw-r--r--docs/source/conf.py2
-rw-r--r--setup.cfg2
-rw-r--r--src/natsort/_version.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index aa4eb8f..ac707cc 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 5.3.0
+current_version = 5.3.1
commit = True
tag = True
tag_name = {new_version}
diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst
index e6779a4..427aca5 100644
--- a/docs/source/changelog.rst
+++ b/docs/source/changelog.rst
@@ -3,7 +3,7 @@
Changelog
---------
-XX-XX-XXXX v. X.X.X
+05-14-2018 v. 5.3.1
+++++++++++++++++++
- No bugfixes or features, just infrastructure and installation updates.
diff --git a/docs/source/conf.py b/docs/source/conf.py
index c907ef3..05edb8f 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -56,7 +56,7 @@ copyright = u'2014, Seth M. Morton'
# built documents.
#
# The full version, including alpha/beta/rc tags.
-release = '5.3.0'
+release = '5.3.1'
# The short X.Y version.
version = '.'.join(release.split('.')[0:2])
diff --git a/setup.cfg b/setup.cfg
index d44277f..448af80 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = natsort
-version = 5.3.0
+version = 5.3.1
author = Seth M. Morton
author_email = drtuba78@gmail.com
url = https://github.com/SethMMorton/natsort
diff --git a/src/natsort/_version.py b/src/natsort/_version.py
index 858acd4..ddd231b 100644
--- a/src/natsort/_version.py
+++ b/src/natsort/_version.py
@@ -6,4 +6,4 @@ from __future__ import (
absolute_import
)
-__version__ = '5.3.0'
+__version__ = '5.3.1'