Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
rochi88 committed Dec 31, 2024
1 parent 3779f3c commit 5fa13af
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Change log

## [1.1.2] - 2024-12-31

### Added

- n/a

### Changed

- update tests

### Fixed

- n/a

## [1.1.1] - 2024-12-31

### Added

- n/a

### Changed

- update runner

### Fixed

- n/a

## [1.1.0] - 2024-12-31

### Added
Expand Down
2 changes: 1 addition & 1 deletion bdshare/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (1, 1, 0)
version_info = (1, 1, 2)
__version__ = '.'.join(map(str, version_info))
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ requires = [
"html5lib",
"pandas",
"simplejson",
"lxml"
]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = bdshare
version = 1.1.0
version = 1.1.2
author= Raisul Islam
author_email= [email protected]
description = A utility for crawling historical and Real-time Quotes of DSE(Dhaka Stock Exchange)
Expand Down

0 comments on commit 5fa13af

Please sign in to comment.