Skip to content

Commit

Permalink
v7.1.0
Browse files Browse the repository at this point in the history
**New calendars**

- Added 27 Brazil calendars -- thanks a lot to @luismalta & @mileo, (#409 & #415)

**Enhancements**

- Added compatibility with Python 3.8 (#406).
- Added an IBGE_REGISTER to reference IBGE (brazilian) calendars with related tests (#415).
- Improve ISO registry interface by raising an error when trying to register a non-Calendar class (#412).

**Other changes**

- Fixes and additions to some Brazil calendars ; again, thanks to @luismalta & @mileo, (#409 & #415)
- Fix Denmark, re-add Christmas Eve, which is widely treated as public holiday ; thx to @KidkArolis, (#414).
- Increase Malaysia coverage by adding tests for missing Deepavali & Thaipusam.
- Increase China coverage by adding tests for special extra-holidays & extra-working days cases.
  • Loading branch information
brunobord committed Nov 15, 2019
1 parent 6878077 commit eb3f5bc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
23 changes: 16 additions & 7 deletions Changelog.md
@@ -1,15 +1,24 @@
# CHANGELOG

## master
## v7.1.0 (2019-11-15)

### New calendars

- Added 27 Brazil calendars -- thanks a lot to @luismalta & @mileo, (#409 & #415)

### Enhancements

- Increase Malaysia coverage by adding tests for missing Deepavali & Thaipusam.
- Increase China coverage by adding tests for special extra-holidays & extra-working days cases.
- Added compatibility with Python 3.8 (#406).
- Added 27 Brazil calendars -- thanks a lot to @luismalta & @mileo, (#409 & #415),
- Fixes and additions to some calendars -- again, thanks to @luismalta & @mileo, (#409 & #415)
- Added an IBGE_REGISTER to reference IBGE (brazilian) calendars with related tests (#415).
- Improve ISO registry tests by raising an error when trying to register a non-Calendar class (#412).
- Fix Denmark, re-add Christmas Eve, which is widely treated as public holiday -- thx to @KidkArolis, (#414).
- Improve ISO registry interface by raising an error when trying to register a non-Calendar class (#412).

### Other changes

- Fixes and additions to some Brazil calendars ; again, thanks to @luismalta & @mileo, (#409 & #415)
- Fix Denmark, re-add Christmas Eve, which is widely treated as public holiday ; thx to @KidkArolis, (#414).
- Increase Malaysia coverage by adding tests for missing Deepavali & Thaipusam.
- Increase China coverage by adding tests for special extra-holidays & extra-working days cases.


## v7.0.0 (2019-09-20)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -28,7 +28,7 @@ def read_relative_file(filename):
'pyluach',
'setuptools>=1.0',
]
version = '7.1.0.dev0'
version = '7.1.0'
__VERSION__ = version

params = dict(
Expand Down

0 comments on commit eb3f5bc

Please sign in to comment.