Skip to content

Commit

Permalink
HEllo 0.1.1 version!
Browse files Browse the repository at this point in the history
  • Loading branch information
uralbash committed Jul 7, 2015
1 parent ba328ae commit 7564ee4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
0.1.1 (2015-06-12)
==================

Bug Fixes
---------

- Fix mass delete action with tree structure
- Move mass actions in separate view ``pyramid_sacrud.views.CRUD.Action``
- Fix non unicode flash message
- Add title to templates

0.1.0 (2015-06-12)
==================

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ recursive-include pyramid_sacrud/static/js *.js
recursive-include pyramid_sacrud/locale *
include requirements.txt
include README.rst
include CHANGES.rst
include message-extraction.ini
include pyramid_sacrud/static/js/main.js
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read(name):

setup(
name='pyramid_sacrud',
version="0.1.1.dev1",
version="0.1.1",
url='http://github.com/ITCase/pyramid_sacrud/',
author='Svintsov Dmitry',
author_email='sacrud@uralbash.ru',
Expand All @@ -22,7 +22,7 @@ def read(name):
test_suite="nose.collector",
license="MIT",
description='Pyramid SQLAlchemy CRUD.',
long_description=read('README.rst'),
long_description=read('README.rst') + read('CHANGES.rst'),
install_requires=read('requirements.txt'),
tests_require=read('requirements.txt') + read('requirements-test.txt'),
classifiers=[
Expand Down

0 comments on commit 7564ee4

Please sign in to comment.