merge-requests/130/head v0.3.2
Jason Robinson 2016-05-09 22:04:08 +03:00
rodzic b709622ed2
commit a6863680ef
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
## [unreleased]
## [0.3.2] - 2016-05-09
### Changed
- Test factories and other test files are now included in the package installation. Factories can be useful when creating project tests.

Wyświetl plik

@ -7,7 +7,7 @@ description = 'Python library for abstracting social federation protocols'
setup(
name='Social-Federation',
version='0.3.1',
version='0.3.2',
description=description,
long_description=description,
author='Jason Robinson',