Skip to content

Commit

Permalink
Set version to 2.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
fmenabe committed Jan 19, 2017
1 parent efdb730 commit 3ab5672
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Command-line generator in python
:target: https://landscape.io/github/fmenabe/python-clg/master
:alt: Code Health

.. image:: https://img.shields.io/pypi/dm/clg.svg
.. .. image:: https://img.shields.io/pypi/dm/clg.svg
:target: https://pypi.python.org/pypi/clg
:alt: Downloads
Expand All @@ -41,8 +41,8 @@ Documentation is available on readthedocs (https://clg.readthedocs.org/en/latest

Release notes
-------------
2.3.1 (not released)
~~~~~~~~~~~~~~~~~~~~
2.3.1 (2017-01-19)
~~~~~~~~~~~~~~~~~~
* Add some additionnal checks (for the main configuration and types;
`bbcff61 <https://github.com/fmenabe/python-clg/commit/bbcff61>`_,
`dd21371 <https://github.com/fmenabe/python-clg/commit/dd21371>`_).
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# The short X.Y version.
version = '2.3'
# The full version, including alpha/beta/rc tags.
release = '2.3.0'
release = '2.3.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# -*- coding: utf-8 -*-
# coding: utf-8

from setuptools import setup

setup(
name='clg',
version='2.3.0',
version='2.3.1',
author='François Ménabé',
author_email='francois.menabe@gmail.com',
url='https://clg.readthedocs.org/en/latest/',
Expand Down

0 comments on commit 3ab5672

Please sign in to comment.