Skip to content

Commit

Permalink
Upgrade version from 1.0.6 to 1.0.7 with additional changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NP-chaonay committed Jul 12, 2020
1 parent c45453b commit bd4bfe4
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*For GitHub viewer/user, please see ./GITHUB-NOTICES*

## Package/Module Table of Contents (with versioning)
+ np_chaonay (1.0.6_stable)
+ np_chaonay (1.0.7_stable)
- main: Module contains object for general usage (2.2.3_stable)
- math: Module contains object for mathematics usage (1.0.2_stable)
+ humour (package): Humour-related objects collection package (1.0.2_stable)
Expand Down
4 changes: 2 additions & 2 deletions np_chaonay/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Name: NP-chaonay Python package
# Description: Objects collection Python package by NP-chaonay
# Author: NP-chaonay (Nuttapong Punpipat)
# Version: V.1.0.6_stable
# Version: V.1.0.7_stable
# Version Note:
# - Major version: indicates of very significant changes or changes that break compatibility on some system/platforms.
# - Minor version: indicates of significant changes or features adding.
Expand All @@ -11,7 +11,7 @@
# Programming Language: Python
# CUI/GUI Language: English

__version__='1.0.6'
__version__='1.0.7'
__doc__ = """
Objects collection package by NP-chaonay
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bd4bfe4

Please sign in to comment.