Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed Aug 22, 2013
1 parent 09f27de commit 0c942d1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = "1.2"
version = "1.3"
# The full version, including alpha/beta/rc tags.
release = "1.2"
release = "1.3"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
8 changes: 8 additions & 0 deletions docs/news.rst
@@ -1,6 +1,14 @@
News
====


1.3
---

* Use CRC32 to protect against a race condition where if a run took less than
1 second updates files would not appear to be updated.


1.2
---

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@ def run_tests(self):

setuptools.setup(
name='scripttest',
version="1.2",
version="1.3",
description="Helper to test command-line scripts",
long_description=open("README.rst").read(),
classifiers=[
Expand Down

0 comments on commit 0c942d1

Please sign in to comment.