Skip to content

Commit 9da2dba

Browse files
committed
Bump version to 0.18.2 w/ fix to .gitignore
1 parent 2170e31 commit 9da2dba

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ dist
66
*.pyc
77
*.pyc.d
88
*.py,cover
9-
src/pyfloyd_python.egg-info
9+
src/pyfloyd.egg-info
1010
node_modules

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ format the code. `./run --help` is your friend to find out more.
2828

2929
## Version History / Release Notes
3030

31+
* v0.18.2 (2024-11-17)
32+
* Fix .gitignore.
3133
* v0.18.1 (2024-11-18)
32-
* Update README.md
34+
* Update README.md.
3335
* v0.18.0 (2024-11-17)
3436
* First release from `pyfloyd`. Renames everything and moves the
3537
package directory under src/.

src/pyfloyd/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__: str = '0.18.1'
15+
__version__: str = '0.18.2'

0 commit comments

Comments
 (0)