Skip to content

Commit 300f84c

Browse files
authored
Merge pull request #48 from aj3sh/docs
Updated Changelog for release and fixed typo on contribution doc
2 parents 4fd5af4 + 3e62c54 commit 300f84c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
- Added method `strftime_ne` in `nepalidate` and `nepalidatetime` class and now `strftime` returns in en-US locale
1212
- Bug fix for Django templatetags
1313
- Added `CONTRIBUTION.md` file
14-
- Created class `nepalimonth` and `nepaliweek`.
14+
- Created class `nepalimonth` and `nepaliweek`
15+
- Created class `nepalinumber` supporting all numeric operations
1516

1617
## v0.5.6 - (July 7, 2022)
1718
- Test for automatic package publish

CONTRIBUTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The config file for [`pre-commit`](https://pre-commit.com/) hooks is in [.pre-co
2323

2424
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.
2525

26-
## Unitest
26+
## Unit tests
2727

2828
Run the unittest using the below command:
2929

0 commit comments

Comments
 (0)