-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade version from 1.0.6 to 1.0.7 with additional changes
- Loading branch information
1 parent
c45453b
commit bd4bfe4
Showing
4 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[REMARK] | ||
- Updating of common files with common changing (ex. versioning changing in CHANGELOG, setup.py) should not be included here. | ||
|
||
1.0.7 | ||
- Changes from 1.0.6 (Permanently deleted) | ||
- Adding DeprecationWarning for class 'Namespace' in package 'np_chaonay.main' | ||
- newer README | ||
- Hide external used module | ||
- Adding author notice | ||
- Adding upload tool for author | ||
- newer README | ||
- Adding CHANGELOG | ||
1.0.4 (Initial release) | ||
- Adding main, math modules | ||
- Adding humour.main modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setuptools.setup( | ||
name="np_chaonay", | ||
version="1.0.6", | ||
version="1.0.7", | ||
author="Nuttapong Punpipat", | ||
author_email="[email protected]", | ||
description="Objects collection package by NP-chaonay", | ||
|