Skip to content

Commit

Permalink
Prepare 1.0b4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Oct 6, 2013
1 parent 7901a03 commit 0143e92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.0b4 (unreleased)
1.0b4 (2013-10-06)
------------------

- Implement Jenkins option on CSS Lint and JSHint.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

version = '1.0b4dev'
version = '1.0b4'

long_description = (
read('README.rst')
Expand Down

0 comments on commit 0143e92

Please sign in to comment.