Skip to content

Commit

Permalink
chore(release): 1.0.7 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.7](v1.0.6...v1.0.7) (2024-10-07)

### Bug Fixes

* force a new release ([0a16eaf](0a16eaf))
  • Loading branch information
semantic-release-bot committed Oct 7, 2024
1 parent 0a16eaf commit e9c3ad7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.0.7](https://github.com/philchristensen/django-slackbot/compare/v1.0.6...v1.0.7) (2024-10-07)

### Bug Fixes

* force a new release ([0a16eaf](https://github.com/philchristensen/django-slackbot/commit/0a16eaf3082a5a709d78d6055c0c85c6e85ccaaf))

## [1.0.6](https://github.com/philchristensen/django-slackbot/compare/v1.0.5...v1.0.6) (2024-10-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion django_slackbot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = "1.0.6"
__version__ = "1.0.7"

def get_version():
return __version__
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "django-bubblehouse-slackbot",
"version": "1.0.6",
"version": "1.0.7",
"description": "create a Slack App inside a Django application.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "django-bubblehouse-slackbot"
version = "1.0.6"
version = "1.0.7"
description = "Create a Slack bot inside a Django application"
readme = "README.md"
requires-python = ">=3.12"
Expand Down

0 comments on commit e9c3ad7

Please sign in to comment.