Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • F ffmpeg-python
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 402
    • Issues 402
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 34
    • Merge requests 34
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Karl Kroening
  • ffmpeg-python
  • Merge requests
  • !625

Fix Issue #92

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Sota requested to merge github/fork/sota0121/feature/92_enhancement into master Jan 16, 2022
  • Overview 0
  • Commits 2
  • Pipelines 1
  • Changes 2

Close #92

Overview

  • Fixed version information for easy access
  • I implemented __version__ style with reference to yapf from google. ( cf. google/yapf )

What I checked

  • All tests are green
  • I can access version via ffmpeg.__version__

Resources

See:

  • https://github.com/google/yapf/blob/main/setup.py
  • https://github.com/google/yapf/blob/main/yapf/__init__.py
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/sota0121/feature/92_enhancement