Skip to content

Commit

Permalink
Bump version to 0.18.2 w/ fix to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dpranke committed Nov 17, 2024
1 parent 2170e31 commit 9da2dba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ dist
*.pyc
*.pyc.d
*.py,cover
src/pyfloyd_python.egg-info
src/pyfloyd.egg-info
node_modules
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ format the code. `./run --help` is your friend to find out more.

## Version History / Release Notes

* v0.18.2 (2024-11-17)
* Fix .gitignore.
* v0.18.1 (2024-11-18)
* Update README.md
* Update README.md.
* v0.18.0 (2024-11-17)
* First release from `pyfloyd`. Renames everything and moves the
package directory under src/.
Expand Down
2 changes: 1 addition & 1 deletion src/pyfloyd/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__: str = '0.18.1'
__version__: str = '0.18.2'

0 comments on commit 9da2dba

Please sign in to comment.