Skip to content

Commit

Permalink
bumb version to 0.32.
Browse files Browse the repository at this point in the history
  • Loading branch information
schettino72 committed Dec 9, 2019
1 parent ad4c540 commit f2dfaec
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changes
=======


0.32.0 (*unreleased*)
0.32.0 (*2019-12-10*)
=====================

- python 3.7 support
Expand Down
6 changes: 3 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
# -- Project information -----------------------------------------------------

project = 'doit'
copyright = '2008-2018, Eduardo Schettino'
copyright = '2008-2019, Eduardo Schettino'
author = 'Eduardo Schettino (schettino72)'

# The short X.Y version
version = '0.31'
version = '0.32'
# The full version, including alpha/beta/rc tags
release = '0.31'
release = '0.32'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ <h5>lelele</h5>
<div class="heading text-center">
<h2>Status</h2>
</div>
<p class="lead"><code>doit</code> is under active development. Version 0.31 released on 2018-02.</p>
<p class="lead"><code>doit</code> is under active development. Version 0.32 released on 2019-12.</p>
<p><em>doit</em> runs on Python 3.4 through 3.6 (including PyPy).
For python 2 support please use <em>doit</em> version <code>0.29</code>.
<p>This <a href="http://schettino72.wordpress.com/2008/04/14/doit-a-build-tool-tale">blog post</a> explains how everything started in 2008.</p>
Expand Down
2 changes: 1 addition & 1 deletion doit/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""doit version, defined out of __init__.py to avoid circular reference"""
VERSION = (0, 32, 'dev0')
VERSION = (0, 32, 0)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

setup(name = 'doit',
description = 'doit - Automation Tool',
version = '0.32.dev0',
version = '0.32.0',
license = 'MIT',
author = 'Eduardo Naufel Schettino',
author_email = '[email protected]',
Expand Down

0 comments on commit f2dfaec

Please sign in to comment.