Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Set version to 0.24.1rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Junk committed Dec 5, 2016
1 parent 7f55a2c commit 36ed9d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.24.0'
version = '0.24.1'
# The full version, including alpha/beta/rc tags.
release = '0.24.0'
release = '0.24.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.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[egg_info]
tag_build =
tag_build = rc1
#tag_date = true

[bdist_rpm]
release = 1
release = 0.1.rc1
doc_files = README.rst CHANGES.txt
provides = python-formbar
requires =
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import multiprocessing
import sys, os

version = '0.24.0'
version = '0.24.1'

setup(name='formbar',
version=version,
Expand Down

0 comments on commit 36ed9d8

Please sign in to comment.