Skip to content

Commit

Permalink
Update to version 1.6.2 for development.
Browse files Browse the repository at this point in the history
  • Loading branch information
James McKinney committed Mar 11, 2018
1 parent 39bf8ea commit e3078dc
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 46 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.6.2
-----

1.6.1 - March 11, 2018
----------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
# Metadata
project = u'agate'
copyright = u'2017, Christopher Groskopf'
version = '1.6.1'
release = '1.6.1'
version = '1.6.2'
release = '1.6.2'

exclude_patterns = ['_build']
pygments_style = 'sphinx'
Expand Down
2 changes: 1 addition & 1 deletion docs/release_process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ This is the release process for agate:
#. Upload to `PyPI <https://pypi.python.org/pypi/agate>`_: ``python setup.py sdist bdist_wheel upload``.
#. Flag the release to build on `RTFD <https://readthedocs.org/dashboard/agate/versions/>`_.
#. Update the "default version" on `RTFD <https://readthedocs.org/dashboard/agate/versions/>`_ to the latest.
#. Rev to latest version: ``docs/conf.py``, ``docs/tutorial.rst``, ``setup.py``, ``CHANGELOG.rst`` need updates.
#. Rev to latest version: ``docs/conf.py``, ``setup.py``, ``CHANGELOG.rst`` need updates.
#. Find/replace ``en/[old version]`` to ``en/[new version]`` in ``tutorial.ipynb``.
#. Commit revision: ``git commit -am "Update to version x.y.z for development."``.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='agate',
version='1.6.1',
version='1.6.2',
description='A data analysis library that is optimized for humans instead of machines.',
long_description=open('README.rst').read(),
author='Christopher Groskopf',
Expand Down

0 comments on commit e3078dc

Please sign in to comment.