Skip to content

Commit

Permalink
Merge pull request #118 from swimlane/release-please--branches--main-…
Browse files Browse the repository at this point in the history
…-components--pyattck-data

chore(main): release 2.6.2
  • Loading branch information
MSAdministrator authored Feb 10, 2023
2 parents c6e6854 + 7bf3209 commit 0c20606
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.6.2](https://github.com/swimlane/pyattck-data/compare/2.6.1...2.6.2) (2023-02-10)


### Bug Fixes

* Updated docs ([d7de215](https://github.com/swimlane/pyattck-data/commit/d7de21548e25bc9bb89558f663fa05258b3e9285))

## [2.6.1](https://github.com/swimlane/pyattck-data/compare/v2.6.0...2.6.1) (2023-02-10)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyattck-data"
version = "2.6.1"
version = "2.6.2"
description = "Pyattck Data"
authors = ["Swimlane <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def parse_requirements(requirement_file):

setup(
name='pyattck-data',
version='2.6.1',
version='2.6.2',
packages=find_packages(exclude=['tests*']),
license='MIT',
description='Generates contextual data utilized by pyattck.',
Expand Down

0 comments on commit 0c20606

Please sign in to comment.