We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2170e31 commit 9da2dbaCopy full SHA for 9da2dba
3 files changed
.gitignore
@@ -6,5 +6,5 @@ dist
6
*.pyc
7
*.pyc.d
8
*.py,cover
9
-src/pyfloyd_python.egg-info
+src/pyfloyd.egg-info
10
node_modules
README.md
@@ -28,8 +28,10 @@ format the code. `./run --help` is your friend to find out more.
28
29
## Version History / Release Notes
30
31
+* v0.18.2 (2024-11-17)
32
+ * Fix .gitignore.
33
* v0.18.1 (2024-11-18)
- * Update README.md
34
+ * Update README.md.
35
* v0.18.0 (2024-11-17)
36
* First release from `pyfloyd`. Renames everything and moves the
37
package directory under src/.
src/pyfloyd/version.py
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__: str = '0.18.1'
+__version__: str = '0.18.2'
0 commit comments