Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit aa5206f

Browse files
author
Sandro Rodrigues
committed
Bumped version
1 parent 8075bd3 commit aa5206f

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

AUTHORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
We'd like to thank the following people for their contributions.
44

5-
- Paulo Truta <[email protected]>
5+
- Paulo Truta
66
- Rui Freitas <[email protected]>
77
- Sandro Rodrigues <[email protected]>
88
- Tiago Brito <[email protected]>

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## 0.1.0 - 2017-09-13
7+
## [0.1.1] - 2017-09-15
8+
### Added
9+
- Support to python 3.4, 3.5 and 3.6 and django 1.9, 1.10 and 1.11.
10+
11+
## [0.1.0] - 2017-09-13
812
- First release on PyPi

MANIFEST.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
include AUTHORS.md
2+
include CHANGELOG.md
3+
include CODE_OF_CONDUCT.md
14
include LICENSE
25
include MANIFEST.in
3-
include README.md
6+
include README.rst
47
recursive-include cbmail/templates *

cbmail/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
default_app_config = 'cbmail.apps.CBMAilConfig'
22

3-
__version__ = '0.1.0'
3+
__version__ = '0.1.1'

setup.cfg

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)