Skip to content

Commit

Permalink
Merge pull request #48 from aj3sh/docs
Browse files Browse the repository at this point in the history
Updated Changelog for release and fixed typo on contribution doc
  • Loading branch information
sugat009 authored Apr 30, 2023
2 parents 4fd5af4 + 3e62c54 commit 300f84c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
- Added method `strftime_ne` in `nepalidate` and `nepalidatetime` class and now `strftime` returns in en-US locale
- Bug fix for Django templatetags
- Added `CONTRIBUTION.md` file
- Created class `nepalimonth` and `nepaliweek`.
- Created class `nepalimonth` and `nepaliweek`
- Created class `nepalinumber` supporting all numeric operations

## v0.5.6 - (July 7, 2022)
- Test for automatic package publish
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The config file for [`pre-commit`](https://pre-commit.com/) hooks is in [.pre-co

A [.editorconfig](./editorconfig) is available to maintain the coding style. Besides, your code will automatically gets formatted if you have install the pre-commit hook.

## Unitest
## Unit tests

Run the unittest using the below command:

Expand Down

0 comments on commit 300f84c

Please sign in to comment.