Skip to content

Commit

Permalink
add changelog and trove classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Mar 21, 2013
1 parent ec9410f commit 3591128
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Changelog
=========

4.0.1 (unreleased)
4.1 (unreleased)
------------------

- Add Python reference implementation. Used by default on PyPy.

4.0 (2013-02-24)
----------------
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],
ext_modules=ext_modules,
include_package_data=True,
Expand Down

0 comments on commit 3591128

Please sign in to comment.