Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
python-calendarweek
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Libraries
python-calendarweek
Commits
71cdec7d
Verified
Commit
71cdec7d
authored
4 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Add changelog (advances
#7
)
parent
923a4230
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.rst
+116
-0
116 additions, 0 deletions
CHANGELOG.rst
pyproject.toml
+1
-0
1 addition, 0 deletions
pyproject.toml
with
117 additions
and
0 deletions
CHANGELOG.rst
0 → 100644
+
116
−
0
View file @
71cdec7d
Change Log
==========
All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <http://keepachangelog.com/>`__
and this project adheres to `Semantic
Versioning <http://semver.org/>`__.
0.5.0
-----
Added
~~~~~
- Class method which gets the last week of a year
Fixed
~~~~~
- Fix year detection at year turns
0.4.7
-----
Changed
~~~~~~~
- Use default language from settings if language is not recognizable
0.4.6
-----
Changed
~~~~~~~
- Don't add encondings in i18n functions
0.4.5
-----
Changed
~~~~~~~
- Convert enums to lists for Django choices
0.4.4
-----
Changed
~~~~~~~
- Leave empty locale unchanged when normalising
0.4.1
-----
Changed
~~~~~~~
- Use system default encoding when normalising locale
0.4.0
-----
Added
~~~~~
- Normalise locales
0.3.1
-----
Fixed
~~~~~
- Fix a type cast for GET parameters
0.3.0
-----
Added
~~~~~
- Allow passing first day of week to i18n_js
- Allow passing locale to all functions
Fixed
~~~~~
- Fix bug in month_names that still had the dummy first element
0.2.1
-----
Changed
~~~~~~~
- Let JS function return a full script
0.2.0
-----
Added
~~~~~
- Functions for month names and abbreviationss
- JSON view for i18n
0.1.1
-----
Added
~~~~~
- Provide functions for tuples and enumerations in i18n module
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
0
View file @
71cdec7d
...
@@ -7,6 +7,7 @@ license = "Apache-2.0"
...
@@ -7,6 +7,7 @@ license = "Apache-2.0"
homepage
=
"https://edugit.org/AlekSIS/libs/python-calendarweek"
homepage
=
"https://edugit.org/AlekSIS/libs/python-calendarweek"
repository
=
"https://edugit.org/AlekSIS/libs/python-calendarweek"
repository
=
"https://edugit.org/AlekSIS/libs/python-calendarweek"
documentation
=
"https://edugit.org/AlekSIS/libs/python-calendarweek"
documentation
=
"https://edugit.org/AlekSIS/libs/python-calendarweek"
include
=
[
"CHANGELOG.rst"
]
classifiers
=
[
classifiers
=
[
"Development Status :: 4 - Beta"
,
"Development Status :: 4 - Beta"
,
"Framework :: Django"
,
"Framework :: Django"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment