Skip to content

Commit

Permalink
Add service dir in covalent dispatcher (#11)
Browse files Browse the repository at this point in the history
* add service dir in covalent dispatcher

* update changelog
  • Loading branch information
FyzHsn committed Jan 26, 2022
1 parent 359b4b2 commit 89f21cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.22.6] - 2022-01-26

### Fixed

- Added service folder in covalent dispatcher to package.

## [0.22.5] - 2022-01-25

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.22.5
0.22.6
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def package_files(directory):
return paths


package_data_dirs = package_files("covalent_dispatcher/_static")
package_data_dirs = package_files("covalent_dispatcher/_service")
package_data_dirs += package_files("doc")
package_data_dirs += package_files("tests")

Expand Down

0 comments on commit 89f21cd

Please sign in to comment.